 |
API Documentation
|
|
|
RasterState * createOrRetrieve(const nkMemory::StringView &name)
RasterState * get(const nkMemory::StringView &name)
void erase(const nkMemory::StringView &name)
Manages the raster states available in the component.
Definition: RasterStateManager.h:14
RasterState * getByIndex(unsigned int index)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
RasterState * getDefaultState() const
Holds information about a raster state.
Definition: RasterState.h:14